home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
COMM
/
PPL4P10A
/
CONFIG.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1995-02-20
|
134b
|
15 lines
unit config;
interface
uses PCL4P;
Const
SioBufSize = 2048;
SioBufCode = Size2048;
Implementation
begin
end.